Crate cool_asserts[][src]

Expand description

A collection of useful assertions and other utilities for writing tests in Rust.

Macros

Assert that the value of an expression matches a given pattern.

Assert that an expression panics.

Panic with an assertion failure message

Functions

Get the panic message as a &str, if available